home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
win
/
diary30.zip
/
READ_ME.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-06-22
|
427b
|
13 lines
echo off
cls
rem This batch file provides a simple way to read about the product:
rem Dear Diary diary/journal w/password protection, v3.0
rem The information you want to read is in the file VENDINFO.DIZ.
rem If you prefer, you can read it using any ordinary text viewer.
rem For example, if the LIST viewer is in your DOS path, you would
rem use the command 'LIST VENDINFO.DIZ'.
more < VENDINFO.DIZ
pause